Skip to content

[16.0][IMP] lighting_export_xlsx: add progress logging for xlsx writing phase#94

Merged
eantones merged 1 commit into16.0from
16.0-imp-lighting_export_xlsx-xlsx_writing_log
Mar 25, 2026
Merged

[16.0][IMP] lighting_export_xlsx: add progress logging for xlsx writing phase#94
eantones merged 1 commit into16.0from
16.0-imp-lighting_export_xlsx-xlsx_writing_log

Conversation

@eantones
Copy link
Copy Markdown
Member

Summary

  • Add progress logging (every 1%) for the xlsx cell writing loop
  • Add logging for the attachment public update at the end
  • The product generation already logged progress, but everything after 100% was silent

The product generation phase logs progress every 1%, but the xlsx cell
writing and attachment public update had no logging. With 36K rows and
344 columns (~12M cells), this phase takes significant time after the
100% generation message, leaving the user with no feedback.

Add progress logging for the xlsx writing loop and the attachment
public update at the end.
@eantones eantones merged commit ccf32ca into 16.0 Mar 25, 2026
3 of 4 checks passed
@eantones eantones deleted the 16.0-imp-lighting_export_xlsx-xlsx_writing_log branch March 25, 2026 18:54
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

❌ Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.60%. Comparing base (2fcc6bd) to head (26b0b02).
⚠️ Report is 2 commits behind head on 16.0.

Files with missing lines Patch % Lines
lighting_export_xlsx/report/export_product_xlsx.py 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             16.0      #94      +/-   ##
==========================================
- Coverage   43.65%   43.60%   -0.05%     
==========================================
  Files         283      283              
  Lines        8096     8104       +8     
  Branches     1563     1564       +1     
==========================================
  Hits         3534     3534              
- Misses       4467     4475       +8     
  Partials       95       95              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant